home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / swbbtnbr / readme.txt < prev    next >
Encoding:
Text File  |  1999-03-21  |  1.9 KB  |  62 lines

  1. SWBBtnBar Control Setup
  2. ========================
  3.  
  4. Before you begin, please copy the SWBBtnBar.OCX
  5. file to your \Windows\System directory (which
  6. may not necessarily be named \Windows\System).
  7.  
  8. Then register the component using REGSVR32.EXE,
  9. as follows:   
  10.  
  11. In the Start Menu, select "Run".  Then type:
  12.  
  13.     REGSVR32 \Windows\System\SWBBtnBar.OCX
  14.  
  15. A message box will confirm the registration.
  16. Before you can use the component in a project,
  17. you will need to add it to the VB toolbox by 
  18. right-clicking on the toolbox and selecting 
  19. "Components".  From the list of registered
  20. components, select "SWB Button Bar".
  21.  
  22. The component will appear on the toolbar, 
  23. ready for use in your application.  You should
  24. also add the ImageList control which is part
  25. of the Windows Common Controls.  You'll need 
  26. the ImageList in order to select graphics for your
  27. SWBBtnBar buttons.
  28.  
  29.  
  30. Copyright 1998  Software with Brains, Inc.
  31. All rights reserved.
  32.  
  33. sales@softwarewithbrains.com
  34. http://www.softwarewithbrains.com
  35.  
  36. ========================================
  37. Known Issues:
  38.  
  39. 1.  It is recommended that you use properly-sized
  40.     icons for each image in the imagelist (rather
  41.     than bitmaps), especially when disabled images
  42.     may be shown.  The control may not properly
  43.     show disabled images based on bitmaps in the 
  44.     imagelist; however, it will display disabled
  45.     icon images properly in most cases.  Make
  46.     certain your icon images have been created
  47.     with the background set to the transparent
  48.     "screen" color.
  49.  
  50. 2.  Make certain that you use images in your
  51.     imagelist control that are sized exactly
  52.     as you want them to appear.  That is,
  53.     use 32x32 pixel icons for large button 
  54.     images, and 16x16 pixel icon for small
  55.     button images.  You should use two 
  56.     imagelist controls (one for each set of 
  57.     large or small icons) if you want to let
  58.     the user have access to large and small
  59.     button images.
  60.  
  61.  
  62.